CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - sobel 算子 C 实现

搜索资源列表

  1. sobel-bianyuanjiance

    1下载:
  2. 用sobel算子实现边缘检测源代码,用C++实现了sobel算子。图像编码很完整实现
  3. 所属分类:图形图象

    • 发布日期:2008-10-13
    • 文件大小:1755
    • 提供者:朱志敏
  1. ImageEdgeDetection

    0下载:
  2. 这是图像处理中边缘检测常用的算子,c++实现,包括sobel,roberts,prewitt,拉普拉斯算子
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:336514
    • 提供者:li yong
  1. bianyuan

    0下载:
  2. C#下实现的多种边缘检测程序。包括Robert算子、Sobel算子、prewitt算子等
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:537654
    • 提供者:石王春杰
  1. C++Builder1

    1下载:
  2. 本代码能够实现图像的边缘提取还可以将彩色图像转换为灰度图像,其中边缘提取用sobel算子
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:1879651
    • 提供者:tingting
  1. sobel

    1下载:
  2. Sobel算子进行图像边缘检测的DSP实现,其中还附带了实验说明,及其报告,在DSP6713上,打开就可以实现。-sobel dsp6713
  3. 所属分类:其他小程序

    • 发布日期:2013-05-15
    • 文件大小:1097005
    • 提供者:朱清坤
  1. sobel

    1下载:
  2. sobel算子的C++实现 使用opencv-sobel operator C++ achieve using opencv
  3. 所属分类:Special Effects

    • 发布日期:2017-03-30
    • 文件大小:863
    • 提供者:cdb
  1. 3

    0下载:
  2. 用matlab或C编程实现Roberts算子和Sobel算子。选择一幅灰度图像,使用Roberts算子、Sobel算子计算梯度,给出斯锐化图象(注:不直接调用matlab的库函数) 4、分别采用灰度变换和直方图均衡化方法对下面的图像进行增强,改善图像效果 -English Version]
  3. 所属分类:Special Effects

    • 发布日期:2017-04-17
    • 文件大小:304516
    • 提供者:陈老师
  1. Edeg-detction

    0下载:
  2. sobel算子c代码,成功实现。 功能肯定没有问题,可以直接使用-The sobel operator c code, successfully achieved. Function is certainly not the problem, can be used directly
  3. 所属分类:Special Effects

    • 发布日期:2017-05-18
    • 文件大小:4725205
    • 提供者:刘晓
  1. shuzituxiangchuli

    1下载:
  2. 作业一 要求 用C语言或者VC,VB,Matlab或其他语言完成如下实验: 1)打开一个BMP文件 2)将其局部区域的灰度值进行改变 3)另存为一个新的BMP文件 要求显示出原BMP图像和新BMP图像。 作业二 要求 1. 编程实现图像傅立叶高通、低通滤波。 2. 尝试傅立叶压缩。 作业三 要求 编程实现图像DCT高通、低通滤波。并与傅里叶变换比较。 作业四 要求 找一幅曝光不足的灰度(或彩色)图像,按照直方图均衡化方法进行处
  3. 所属分类:Special Effects

    • 发布日期:2017-05-16
    • 文件大小:4187381
    • 提供者:李海宁
  1. Houghhesobel

    0下载:
  2. 在C环境下用openCV实现sobel算子和霍夫变换检测直线和圆-In the C environment with openCV achieve sobel operator and the Hough transform detection of lines and circles
  3. 所属分类:Special Effects

    • 发布日期:2017-04-04
    • 文件大小:841
    • 提供者:吴昊
  1. YuImage

    1下载:
  2. 基于Visual C++的边缘检测实现,包含了Roberts、Prewitt、Sobel、Canny、LoG算子以及平滑滤波和灰值化的功能-Includes edge detection based on Visual C++ achieve, Roberts, Prewitt, Sobel, Canny, LoG operator and smoothing filter and gray values ​ ​ of the function
  3. 所属分类:Special Effects

    • 发布日期:2017-11-26
    • 文件大小:13421030
    • 提供者:李鹏宇
  1. edge-detection

    0下载:
  2. 用c#语言实现图像的边缘检测,包括sobel canny,homogenity和模板算子法等。-use c# realize image edge detecting including sobel canny homogenity and so on
  3. 所属分类:Special Effects

    • 发布日期:2017-11-18
    • 文件大小:114136
    • 提供者:lily
  1. EdgeFinal

    0下载:
  2. 实现C语言边界提取,利用各种算子、包括sobel\roberts\prewi-C language boundary extraction, using a variety of operators,
  3. 所属分类:Special Effects

    • 发布日期:2017-11-16
    • 文件大小:304242
    • 提供者:马骁
  1. KirschCpp

    0下载:
  2. Kirsch算子的c++实现,梯度算子,比sobel的增强效果更明显-Kirsch operator c++ achieve gradient operator, sobel enhancement effect than the more obvious
  3. 所属分类:Special Effects

    • 发布日期:2017-04-05
    • 文件大小:1645
    • 提供者:张云
  1. sobel-bianyuanjiance

    0下载:
  2. 用sobel算子实现边缘检测源代码,用C++实现了sobel算子。图像编码很完整实现-By sobel edge detection operator realize the source code, using C++ Realize the sobel operator. Image coding is to achieve complete
  3. 所属分类:Graph program

    • 发布日期:2017-04-13
    • 文件大小:1804
    • 提供者:aidthat
  1. sobel-bianyuanjiance

    0下载:
  2. 用sobel算子实现边缘检测源代码,用C++实现了sobel算子。图像编码很完整实现-By sobel edge detection operator realize the source code, using C++ Realize the sobel operator. Image coding is to achieve complete
  3. 所属分类:Graph program

    • 发布日期:2017-04-13
    • 文件大小:1850
    • 提供者:onhatgr
  1. EmgucvTest

    1下载:
  2. 用c#和emgucv实现了1.显示图像的直方图,2.直方图均衡化,3.中值滤波,4.sobel算子,roberts算子和Prewitt算子的边缘提取。各算法均自己实现不是调用函数。但是读图片的信息是用的emgucv。希望和同样刚接触emgucv的同学共同进步-With c# and emgucv achieve a 1 shows a histogram of the image, 2. Histogram equalization, 3 median filter, 4.sobel opera
  3. 所属分类:Special Effects

    • 发布日期:2016-01-26
    • 文件大小:26605568
    • 提供者:妮乐
  1. Untitled2

    0下载:
  2. sobel边缘检测 C语言实现 使用sobel算子对图像进行边缘检测,程序完全可以运行,也可以用DEC运行-sobel edge detection
  3. 所属分类:Picture Viewer

    • 发布日期:2017-04-13
    • 文件大小:1896
    • 提供者:wangruiqi
  1. Untitled1

    0下载:
  2. Sobel边缘检测的C++代码实现 使用Sobel算子进行边缘检测,在用VS实现的时候需要添加引用,system.dll的引用-Sobel edge detection C++ code using Sobel operator edge detection, implemented in time to use VS to add a reference, system.dll references
  3. 所属分类:Picture Viewer

    • 发布日期:2017-04-12
    • 文件大小:985
    • 提供者:wangruiqi
搜珍网 www.dssz.com